func crypto/md5.appendUint64

2 uses

	crypto/md5 (current package)
		md5.go#L68: 	b = appendUint64(b, d.len)
		md5.go#L90: func appendUint64(b []byte, x uint64) []byte {